projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42bf233
)
gtk/gtkspinbutton.c: Remove lingering ';'
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Fri, 30 Dec 2011 08:49:49 +0000
(16:49 +0800)
committer
Chun-wei Fan
<fanchunwei@src.gnome.org>
Fri, 30 Dec 2011 09:25:47 +0000
(17:25 +0800)
...so that C89 compilers will not complain
gtk/gtkspinbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkspinbutton.c
b/gtk/gtkspinbutton.c
index 558b175ad9c3618fe2bb5c058b3f9dbc02e37f6b..978109edae0115b4aa7bd3d8880f95b0875c50eb 100644
(file)
--- a/
gtk/gtkspinbutton.c
+++ b/
gtk/gtkspinbutton.c
@@
-924,7
+924,7
@@
gtk_spin_button_panel_draw (GtkSpinButton *spin_button,
cairo_t *cr,
GdkWindow *panel)
{
- GtkSpinButtonPrivate *priv = spin_button->priv;
;
+ GtkSpinButtonPrivate *priv = spin_button->priv;
GtkStyleContext *context;
GtkStateFlags state;
GtkWidget *widget;